home *** CD-ROM | disk | FTP | other *** search
/ Interactive Preview: Enemy of the State / Interactive Preview: Enemy of the State.iso / pc / main.dxr / 00553.ls < prev    next >
Encoding:
Text File  |  1998-11-19  |  203 b   |  9 lines

  1. on exitFrame
  2.   set the visible of sprite 4 to 1
  3.   set the visible of sprite 10 to 1
  4.   repeat with x = 20 to 27
  5.     set the visible of sprite x to 1
  6.   end repeat
  7.   set the movieTime of sprite 10 to 0
  8. end
  9.